Description
The runtime provides a number of system calls;
Returns TRUE if the executing process is autonomous (not master/slave).
Returns TRUE if the executing process is a slave process.
Returns TRUE if the executing process is a sub-master process.
Returns TRUE if the executing process is a root-master process.
Returns TRUE if the executing process is the application's registrar.
If this is a slave process then this function will return its unique identifier.
If this is a sub-master process then this function will return its unique identifier.
This function returns the number of processor cores that are available to the executing process.
This function returns the application's default memory segment number.
This function returns the total memory allocated in the CLIP runtime heap.
This function returns the maximum free block size in the CLIP runtime heap.
This function returns the current number of simultaneously executable methods.
This function returns the maximum number of simultaneously executable methods since the start of the current run.
This function causes the executing application to exit (The Master, Sub-Masters and all Slaves will exit).
This function causes the executing process to exit (This process and any Slaves of this process will exit).
This function blocks the executing thread for the specified period.
This function generates a diagnostic.